From: Eli Zaretskii Date: Thu, 14 Aug 2025 09:04:03 +0000 (-0400) Subject: ; * make-dist: Include ELisp hierarchy diagram in tarballs (bug#76441). X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=636f166cfc86aa90d63f592fd99f3fdd9ef95ebd;p=emacs.git ; * make-dist: Include ELisp hierarchy diagram in tarballs (bug#76441). --- diff --git a/make-dist b/make-dist index ba82b261743..2b287284a3a 100755 --- a/make-dist +++ b/make-dist @@ -369,7 +369,7 @@ possibly_non_vc_files=" ) || exit if [ $with_info = yes ]; then - info_files="info/dir $(echo info/*.info)" || exit + info_files="info/dir $(echo info/*.info info/*.txt info/*.jpg)" || exit else info_files= fi